Tag Archives: functions

Get all images from a HTML document

Dec 13, 2013

Sometimes we have to get the images from an HTML page just like Facebook does when a link is posted. You can easily get images..

Read more

How to achieve and use Polymorphism in

Dec 10, 2013

Polymorphism is a Greek word that means “many forms”. In object-oriented programming, polymorphism is a mechanism by which objects of different types can process data..

Read more

PHP function to get current web page

Nov 06, 2013

PHP function to get current web page full URL & current page name. Sometimes, you might want to get the current page full URL. Here..

Read more

Useful PHP validation functions

Nov 04, 2013

Hi all hope you all are well today the topic we going to see in the post is some Useful PHP validation functions hope the..

Read more

Working with Functions in PHP

Oct 01, 2013

A functions is an independent block of code that performs a specific task and can be used more than once at a different points within..

Read more

How to check if an email address

Sep 30, 2013

PHP has many awesome built in functions which can do amazing things. Here I am going to explain checkdnsrr() PHP function that will take an..

Read more